9 int main(int argc
, char const *argv
){
18 while (getline(cin
, s
)){
21 for (int j
= 0; j
< s
.size(); ++j
){
22 for (map
<string
, char>::iterator i
= d
.begin(); i
!= d
.end(); ++i
){
23 if (i
->first
.find(s
[j
]) != string::npos
){
29 for (int i
=0; i
<r
.size()-1; ++i
){
35 for (int i
=0; i
<r
.size(); ++i
){